DataCollection | ComponentOne
C1.DataCollection.SignalR.Client Assembly / C1.DataCollection.SignalR.Client Namespace / C1ProxyDataCollection<T> Class
Members

In This Topic
    C1ProxyDataCollection<T> Class
    In This Topic
    This collection is a client-side shadow of a collection in an ASP.NET core server.
    Object Model
    C1ProxyDataCollection<T> Class
    Syntax
    Type Parameters
    T
    Remarks
    This collection support data-virtualization to minimize the usage of the network. The size of the downloaded pages is configurable through PageSize
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DataCollectionBase<T>
          C1.DataCollection.C1VirtualDataCollection<T>
             C1.DataCollection.SignalR.Client.C1ProxyDataCollection<T>

    See Also